home *** CD-ROM | disk | FTP | other *** search
/ Know Your Owls / Know Your Owls.iso / owlwork.zip / ohtusub.tut < prev    next >
Text File  |  1994-10-21  |  3KB  |  117 lines

  1. htuaalljets
  2. (Script new
  3.     add: (ScriptStep new
  4.         playMIDI: 'scripts\htua.mid';
  5.         yourself);
  6.  
  7.  
  8.     add: (ScriptStep new
  9.         fullScreen: 'scripts\htua\bitmaps\bigopen.bmp';
  10.         delay: 1;
  11.         unZoom;
  12.         rightBlank;
  13.         leftBlank;
  14.         leftListOff;
  15.         rightListOff;
  16.         avOff;
  17.         hostOff;
  18.         featuresOff;
  19.         exploreMultipleAnswersOff;
  20.         challengeMultipleAnswersOff;
  21.  
  22.         yourself);
  23.  
  24.     add: (ScriptStep new
  25.         leftListOn;
  26.         leftBitmap: 'scripts\htua\bitmaps\subsetsa.bmp';
  27.         rightBitmap: 'scripts\htua\bitmaps\subsetsa.bmp';
  28.         playSound: 'scripts\htua3\43.wav';
  29.         delay: 2;
  30.         leftBitmapNoBlank: 'scripts\htua\bitmaps\subsetsb.bmp';
  31.         rightBitmapNoBlank: 'scripts\htua\bitmaps\subsetsb.bmp';
  32.         delay: 2;
  33.         leftBitmapNoBlank: 'scripts\htua\bitmaps\subsets.bmp';
  34.         rightBitmapNoBlank: 'scripts\htua\bitmaps\subsets.bmp';
  35.  
  36.         waitForMci;
  37.         yourself);
  38.     add: (ScriptStep new
  39.  
  40.         playSound: 'scripts\htua3\44.wav';
  41.         delay: 1;
  42.         rightBitmapNoBlank: 'scripts\htua\bitmaps\subsets2.bmp';
  43.         delay: 6;
  44.         leftBitmapNoBlank: 'scripts\htua\bitmaps\subset2a.bmp';
  45.         waitForMci;
  46.         yourself);
  47.     add: (ScriptStep new
  48.         playSound: 'scripts\htua3\45.wav';
  49.         delay: 1;
  50.         leftBitmapNoBlank: 'scripts\htua\bitmaps\subsets3.bmp';
  51.         delay: 2;
  52.         rightBitmapNoBlank: 'scripts\htua\bitmaps\subsets4.bmp';
  53.         delay: 3;
  54.         leftBitmapNoBlank: 'scripts\htua\bitmaps\subsets5.bmp';
  55.         waitForMci;
  56.         delay: 1;
  57.         rightBlank;
  58.         manualSubset: #('EASTERN SCREECH-OWL');
  59.         yourself);
  60.     add: (ScriptStep new
  61.         playSound: 'scripts\htua3\46.wav';
  62.         waitForMci;
  63.         addToManualSubset: 'BARN OWL';
  64.         yourself);
  65.     add: (ScriptStep new
  66.         playSound: 'scripts\htua3\47.wav';
  67.         waitForMci;
  68.         addToManualSubset: 'FLAMMULATED OWL';
  69.         delay: 1;
  70.         addToManualSubset: 'GREAT HORNED OWL';
  71.         yourself);
  72.     add: (ScriptStep new
  73.         leftEntity: 'EASTERN SCREECH-OWL' attribute: 'Adult' index: 1;
  74.         playSound: 'scripts\htua3\48.wav';
  75.         rightBitmap: 'scripts\htua\bitmaps\subsets6.bmp';
  76.         waitForMci;
  77.         yourself);
  78.     add: (ScriptStep new
  79.         rightBlank;
  80.         playSound: 'scripts\htua3\49.wav';
  81.         waitForMci;
  82.         delay: 2;
  83.         leftEntity: 'FLAMMULATED OWL' attribute: 'Adult' index: 1;
  84.         delay: 2;
  85.         leftAttribute: 'Orthogonals';
  86.         playSound: 'scripts\htua3\49b.wav';
  87.         waitForMci;
  88.         moveTo: 360 @ 439;
  89.         playSound: 'scripts\click8.wav';
  90.         waitForMci;
  91.         linkOn;
  92.         rightEntity: 'FLAMMULATED OWL' attribute: 'Adult' index: 1;
  93.         delay: 4;
  94.         leftEntity: 'BARN OWL';
  95.         delay: 2;
  96.         leftEntity: 'GREAT HORNED OWL';
  97.         
  98.         yourself);
  99.     add: (ScriptStep new
  100.         playSound: 'scripts\htua3\50.wav';
  101.         waitForMci;
  102.  
  103.         yourself);
  104.  
  105.  
  106.     add: (ScriptStep new
  107.         delay: 2;
  108.         playSound: 'scripts\ding2.wav';
  109.         waitForMci;
  110.         yourself);
  111.     add: (ScriptStep new
  112.         stopMIDI;
  113.         yourself);
  114.  
  115.  
  116.     yourself)
  117.